projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b50d81
)
(Fx_file_dialog): Call check_x.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 10 Sep 2006 05:52:09 +0000
(
05:52
+0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 10 Sep 2006 05:52:09 +0000
(
05:52
+0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 8071ff1c4e6f7ef8470e514ca18dbd50030d1abe..dd8035c95afbfcf3c7f15b9a1c28a1c8f450e8e2 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-5328,6
+5328,8
@@
or directory must exist. ONLY-DIR-P is ignored." */)
int count = SPECPDL_INDEX ();
struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
+ check_x ();
+
GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file);
if (popup_activated ())
@@
-5495,6
+5497,8
@@
directories. */)
struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
char *cdef_file;
+ check_x ();
+
GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file);
if (popup_activated ())